home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-30  |  3.0 KB  |  87 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = eText5
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = eTApp.tiff
  16. DOCICONS = eTDoc.etfd.tiff eTDoc.htmd.tiff eTDoc.etfLink.tiff\
  17.            eTDoc.rtf.tiff eTDoc.rtfd.tiff eTDoc.texd.tiff\
  18.            eTApp.tool.tiff eTApp.tool.tiff eTApp.tool.tiff\
  19.            eTApp.tool.disabled.tiff eTApp.tool.tiff eTDoc.UInfo.tiff\
  20.            eText.encoding.tiff eTDocInfo.tiff eTDocInfo.tiff\
  21.            eTDoc.UInfo.tiff htmld.tiff urlDocIcon.tiff
  22.  
  23. GLOBAL_RESOURCES = .linkWell.full.tiff .linkWell.lit.tiff .linkWell.tiff\
  24.                    eTApp.tiff eTApp.tool.disabled.tiff eTApp.tool.tiff\
  25.                    eTAudioComponentIcon.tiff eTAudioComponentIconH.tiff\
  26.                    eTDoc.etfd.tiff eTDoc.etfLink.tiff eTDoc.htmd.tiff\
  27.                    eTDoc.rtf.tiff eTDoc.rtfd.tiff eTDoc.texd.tiff\
  28.                    eTDoc.UInfo.tiff eText.encoding.tiff eTextLogo.eps\
  29.                    eTImageComponentIcon.tiff ASCII.encoding\
  30.                    eTextLogo.vrt Mosaic.encoding OmniWeb.encoding\
  31.                    ppmquant ppmtogif tifftopnm WebStep.encoding
  32.  
  33. HFILES = Accessory.h Agent.h Annotation.h Component.h\
  34.          DocNotification.h eTextKernel.h FormatSupport.h Inspectable.h\
  35.          SearchableText.h Tool.h
  36.  
  37. MFILES = eText5_main.m
  38.  
  39. SUBPROJECTS = AppKernel.subproj Bookmark.subproj Component.subproj\
  40.               Divider.subproj Document.subproj eTAudio.subproj\
  41.               eText.subproj eTFileLink.subproj eTImage.subproj\
  42.               eTLink.subproj eTLiteral.subproj eTNote.subproj\
  43.               eTURLink.subproj HotLinks.subproj Kludges.subproj\
  44.               MailTo.subproj CharPalette.subproj
  45.  
  46. BUNDLES = ChooseEncoding.bproj ExportAll.bproj Bounce.bproj 8Bawl.bproj\
  47.           DebugCounter.bproj
  48.  
  49. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  50.  
  51.  
  52. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  53. MAKEFILE = app.make
  54. INSTALLDIR = /LocalSpace
  55. INSTALLFLAGS = -c -s -m 755
  56. SOURCEMODE = 444
  57.  
  58. ICONSECTIONS =    -sectcreate __ICON app eTApp.tiff \
  59.         -sectcreate __ICON eTDoc.etfd eTDoc.etfd.tiff \
  60.         -sectcreate __ICON eTDoc.htmd eTDoc.htmd.tiff \
  61.         -sectcreate __ICON eTDoc.etfLink eTDoc.etfLink.tiff \
  62.         -sectcreate __ICON eTDoc.rtf eTDoc.rtf.tiff \
  63.         -sectcreate __ICON eTDoc.rtfd eTDoc.rtfd.tiff \
  64.         -sectcreate __ICON eTDoc.texd eTDoc.texd.tiff \
  65.         -sectcreate __ICON eTApp.tool eTApp.tool.tiff \
  66.         -sectcreate __ICON eTApp.tool.disabled eTApp.tool.disabled.tiff \
  67.         -sectcreate __ICON eTDoc.UInfo eTDoc.UInfo.tiff \
  68.         -sectcreate __ICON eText.encoding eText.encoding.tiff \
  69.         -sectcreate __ICON eTDocInfo eTDocInfo.tiff \
  70.         -sectcreate __ICON htmld htmld.tiff \
  71.         -sectcreate __ICON urlDocIcon urlDocIcon.tiff
  72.  
  73. LIBS = -lMedia_s -lNeXT_s
  74. DEBUG_LIBS = $(LIBS)
  75. PROF_LIBS = $(LIBS)
  76.  
  77.  
  78.  
  79.  
  80. -include Makefile.preamble
  81.  
  82. include $(MAKEFILEDIR)/$(MAKEFILE)
  83.  
  84. -include Makefile.postamble
  85.  
  86. -include Makefile.dependencies
  87.